BluetoothConfigOrBuilder

interface BluetoothConfigOrBuilder : MessageOrBuilder

Inheritors

Functions

Link copied to clipboard
abstract fun getEnabled(): Boolean

Enable Bluetooth on the device
bool enabled = 1;
Link copied to clipboard
abstract fun getFixedPin(): Int

Specified PIN for PairingMode.FixedPin
uint32 fixed_pin = 3;
Link copied to clipboard

Determines the pairing strategy for the device
.meshtastic.Config.BluetoothConfig.PairingMode mode = 2;
Link copied to clipboard
abstract fun getModeValue(): Int

Determines the pairing strategy for the device
.meshtastic.Config.BluetoothConfig.PairingMode mode = 2;